JavaScript Question

Category: Geeks r Us

Post 1 by TylerK (This site is so "educational") on Sunday, 08-Feb-2009 20:02:44

I've got a JavaScript question. I'm trying to write a script for Messenger Plus (which is scripted in JavaScript) that will have two very large arrays (both of the same length). All elements are lower-case. What I want to know is this: I want all elements in alphabetical order. Is there a method, such as the Arrays.sort() method in Java, which can sort all items in an array into ascending order? Any help would be appreciated.

Tyler